Computing (FOLDOC) dictionary
Purdue Compiler-Construction Tool Set
Jump to user comments
ANTLR (ANother Tool for Language Recognition) corresponds to
YACC and DLG (DFA-based Lexical analyser Generator) functions
like
LEX. PCCTS has many additional features which make it
easier to use for a wide range of translation problems. PCCTS
grammars contain specifications for lexical and syntactic
analysis with selective
backtracking ("infinite lookahead"),
grammar constructs and may define parameters, return values,
Languages described in PCCTS are recognised via
LLk parsers
constructed in pure, human-readable,
C code. Selective
backtracking is available to handle non-LL(k) constructs.
PCCTS
parsers may be compiled with a
C++ compiler. PCCTS
also includes the
SORCERER tree parser generator.
pccts-users your_name" in the message body).
(2000-10-30)